3.985 \(\int \frac{x^3}{\sqrt [3]{1+x^4}} \, dx\)

Optimal. Leaf size=13 \[ \frac{3}{8} \left (x^4+1\right )^{2/3} \]

[Out]

(3*(1 + x^4)^(2/3))/8

_______________________________________________________________________________________

Rubi [A]  time = 0.0070857, antiderivative size = 13, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.077 \[ \frac{3}{8} \left (x^4+1\right )^{2/3} \]

Antiderivative was successfully verified.

[In]  Int[x^3/(1 + x^4)^(1/3),x]

[Out]

(3*(1 + x^4)^(2/3))/8

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.64394, size = 10, normalized size = 0.77 \[ \frac{3 \left (x^{4} + 1\right )^{\frac{2}{3}}}{8} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**3/(x**4+1)**(1/3),x)

[Out]

3*(x**4 + 1)**(2/3)/8

_______________________________________________________________________________________

Mathematica [A]  time = 0.00505253, size = 13, normalized size = 1. \[ \frac{3}{8} \left (x^4+1\right )^{2/3} \]

Antiderivative was successfully verified.

[In]  Integrate[x^3/(1 + x^4)^(1/3),x]

[Out]

(3*(1 + x^4)^(2/3))/8

_______________________________________________________________________________________

Maple [A]  time = 0.006, size = 10, normalized size = 0.8 \[{\frac{3}{8} \left ({x}^{4}+1 \right ) ^{{\frac{2}{3}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^3/(x^4+1)^(1/3),x)

[Out]

3/8*(x^4+1)^(2/3)

_______________________________________________________________________________________

Maxima [A]  time = 1.4418, size = 12, normalized size = 0.92 \[ \frac{3}{8} \,{\left (x^{4} + 1\right )}^{\frac{2}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^3/(x^4 + 1)^(1/3),x, algorithm="maxima")

[Out]

3/8*(x^4 + 1)^(2/3)

_______________________________________________________________________________________

Fricas [A]  time = 0.269216, size = 12, normalized size = 0.92 \[ \frac{3}{8} \,{\left (x^{4} + 1\right )}^{\frac{2}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^3/(x^4 + 1)^(1/3),x, algorithm="fricas")

[Out]

3/8*(x^4 + 1)^(2/3)

_______________________________________________________________________________________

Sympy [A]  time = 0.404428, size = 10, normalized size = 0.77 \[ \frac{3 \left (x^{4} + 1\right )^{\frac{2}{3}}}{8} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**3/(x**4+1)**(1/3),x)

[Out]

3*(x**4 + 1)**(2/3)/8

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.213232, size = 12, normalized size = 0.92 \[ \frac{3}{8} \,{\left (x^{4} + 1\right )}^{\frac{2}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^3/(x^4 + 1)^(1/3),x, algorithm="giac")

[Out]

3/8*(x^4 + 1)^(2/3)